GenerativeComponents Help

AskString

PPops up a small dialog that uses the given text to ask the user to enter a value.

string AskString(string questionText)

The user's response is returned as a literal string.

If the user cancels the dialog instead of clicking OK, this function returns null.